This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Adding support for working-directory in CRD for workspace#156
Open
robcoward wants to merge 3 commits intohashicorp:mainfrom
Open
Adding support for working-directory in CRD for workspace#156robcoward wants to merge 3 commits intohashicorp:mainfrom
robcoward wants to merge 3 commits intohashicorp:mainfrom
Conversation
robcoward
added a commit
to uptime-labs-archived/terraform-helm
that referenced
this pull request
Jan 24, 2023
Author
|
@arybolovlev @alexsomesan Any feedback on this PR would be appreciated please. |
Author
|
Looks like https://github.com/hashicorp/terraform-cloud-operator is a re-write of this repo and replacing the separate terraform-helm repo. @arybolovlev is there a roadmap for when this re-write is likely to come out of beta and replace terraform-k8s ? |
|
It would be nice to see this get merged. We have multiple modules/sub-modules in the same repository, and the only way to get it working is by specifying the working directory. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Community Note
Relates #138
Release note for CHANGELOG:
Description
This PR adds to the CRD for the terraform workspace, allowing for the working directory property of the workspace to be set to something other than the repository root, making it possible to plan & apply terraform from subdirectories within a git repository using the terraform k8s operator.
Output: